home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / utility / ffe101.zip / SOUND.SWG / 0027_ZYXEL.pas < prev    next >
Pascal/Delphi Source File  |  1996-09-04  |  1KB  |  30 lines

  1. --------S-ZyXEL-----------------------------
  2.  
  3. The ZyXEL Modems are capable of digitizing speech, the ZFAX software and
  4. answering  machine software like VoiceConnect  store the sampled data in
  5. those  files.  The  Modems are capable  of  compressing the data down to
  6. 19.2k   CPS  (ADPCM)  and  9.6k  CPS  (CELP),  the  algorithms  for  the
  7. compression  may be found in the ZyxelVoc  package by N. Igl, but as the
  8. firmware  on  the  modems changes,  so  might the compression algorithm.
  9. Playback on the modem is always possible.
  10.  
  11. OFFSET              Count TYPE   Description
  12. 0000h                   5 char   ID='ZyXEL'
  13. 0005h                   1 byte   02h, ??? format tag
  14. 0006h                   4 byte   reserved
  15. 000Ah                   1 word   Compression scheme
  16.                                    0 - CELP
  17.                                    1 - 2 bit ADPCM
  18.                                    2 - 3 bit ADPCM
  19. 000Ch                   4 byte   reserved
  20. 0010h                   ? ????   Raw Data
  21.                                  The voice data is just
  22.                                  the data received from U1496
  23.                                  Modem/Fax.
  24. EXTENSION:ZVD,ZYX
  25. OCCURENCES:PC
  26. PROGRAMS:Voice Connect,ZFAX
  27. REFERENCE:ZYXELVOC.*
  28. VALIDATION:NONE
  29.  
  30.